Shell completion for filenames from current directory, related docs.
authorJarek Czekalski <jarekczek@poczta.onet.pl>
Fri, 27 Dec 2013 20:58:21 +0000 (21:58 +0100)
committerJarek Czekalski <jarekczek@poczta.onet.pl>
Fri, 27 Dec 2013 20:58:21 +0000 (21:58 +0100)
commit57bf6675f4421bcf0142f9918f8cb89486bced44
tree56365359995335bb406e858fae48c36746296473
parentfb2e32e7666af0045e2b7fd189524ae148d1964a
Shell completion for filenames from current directory, related docs.

* lisp/shell.el  Shell completion now matches executable filenames from
the current buffer's directory, on systems in which this behaviour
is the default (windows-nt, ms-dos).
* src/callproc.c (Vexec_path): Document that exec-directory is in it.
* doc/emacs/mini.texi (Completion Options): Add a link to Shell Options.
* doc/emacs/misc.texi (Shell Mode): Move documentation of
shell-completion-fignore from Shell Mode to Shell Options.
doc/emacs/ChangeLog
doc/emacs/mini.texi
doc/emacs/misc.texi
lisp/ChangeLog
lisp/shell.el
src/ChangeLog
src/callproc.c